home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.internetmci.com!miwok!usenet
- From: bobg@zoger.ipost.com (Bob Glickstein)
- Newsgroups: comp.lang.c++
- Subject: Forced override?
- Date: 04 Mar 1996 20:30:57 -0800
- Organization: Interpost, Mill Valley, CA
- Message-ID: <m1ybpgkvpa.fsf@zoger.ipost.com>
- Reply-To: Bob Glickstein <bobg@ipost.com>
- NNTP-Posting-Host: gw.ipost.com
- X-Attribution: BG
- X-Newsreader: Gnus v5.1
-
- Quick question: is it possible to declare a virtual member function in
- such a way that derived classes are *required* to override it? This
- would have to work for classes both directly and indirectly derived.
-
- Thanks in advance.
-